home *** CD-ROM | disk | FTP | other *** search
- ;Example Script for ZShell
- echo This is an example startup script.^J^J
-
- failat 21
- version >NIL: 39 ;# checks out if you have OS3.0 or better
- if not warn
- ctrl -r 01111111
- echo Now output is set to one colour to improve scrolling speed.^J
- endif
- failat 16
-
- review 10000
- echo To see again what scrolled out of the window, press SHIFT TAB.^J
- echo Press TAB to complete filenames or directorynames.^J
-
- ctrl -c *.info
- echo Now icons are ignored by FILENAMECOMPLETION and by DIR.^J
-
- memclk on
- echo Memory-Clock is switched on.^J
-
- alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
- alias runnil run -C
- alias as assign
- alias md makedir
- alias ren rename
- alias del delete
- alias dc diskchange
- echo ^JThese aliases are set:^J
- alias
-